.banner_text{
    color: #fff;
    font-size: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
    box-sizing: border-box;
    padding-left: 340px;
}
.banner_text div{
    font-size: 20px;
    margin-top: 15px;
}
.optimiza-list2>li{
    width: calc(100% / 3);
}
.optimiza-list2>li.optimiza-list-item{
	background: url(../images/pic_pd01.jpg) no-repeat;
	background-size: 100% 100%;
}
.optimiza-list2>li.optimiza-list-item2{
	background: url(../images/pic_pd02.jpg) no-repeat;
	background-size: 100% 100%;
}
.optimiza-list2>li.optimiza-list-item3{
	background: url(../images/pic_pd03.jpg) no-repeat;
	background-size: 100% 100%;
}
.optimiza-list2>li.optimiza-list-item4{
	background: url(../images/pic_pd04.png) no-repeat;
	background-size: 100% 100%;
}
.optimiza-list2>li.optimiza-list-item5{
	background: url(../images/pic_pd05.png) no-repeat;
	background-size: 100% 100%;
}
.optimiza-item-redBox a{
    color: #fff !important;
    margin-top: 40px;
    display: inline-block;
    text-decoration: underline;
}
.societ2>li{
    width: calc((100% - 60px) / 3);
    height: 560px;
    margin-right: 30px;
}
.societ2 .socContent{
    height: calc(100% - 202px);
}
.cardInfo{
    color: #333;
    height: 64px;
    text-indent: 30px;
    margin-bottom: 30px;
}
.info_ul>li{
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    margin-bottom: 26px;
}
.info_ul>li::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: red;
    transform: rotate(45deg);
    top: 4px;
    left: 10px;
}

.desc_item{
    float: left;
    width: calc((100% - 44px) / 2);
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    margin-right: 44px;
}
.desc_item:last-child{
    margin-right: 0;
}
.desc_item_detail{
    border: solid 1px #DCDCDC;
    padding: 20px;
    box-sizing: border-box;
    padding-left: 0;
}
.desc_item_detail>img{
    margin: 0 56px;
    transform: translateY(26px);
}
.desc_item_text{
    height: 102px;
    border-left: solid 1px #DCDCDC;
    display: inline-block;
    width: 67%;
    box-sizing: border-box;
    padding-left: 35px;
}
.desc_item_text>span{
    font-size: 18px;
}
.desc_item_text>div{
    margin-top: 18px;
    line-height: 20px;
}
.company_content{
    border: solid 1px #DCDCDC;
    box-sizing: border-box;
    padding: 36px 20px 30px;
}
.company_content_header_right{
    margin-left: 35px;
}
.company_content_header_right>span{
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
.company_title{
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}
.company_title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 20px;
    background: #F86565;
    border-radius:3px;
}
.company_info{
    background: #F5F5F5;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 16px 20px;
}
.company_table{
    width: 100%;
    border: solid 1px #DCDCDC;
    color: #333;
}
.company_table td{
    height: 40px;
    box-sizing: border-box;
    padding: 0 20px;
}
.company_table_title{
    background: #F5EBEB;
    width: 140px;
}
.company_strategy_item{
    width: calc((100% - 40px) / 3);
    height: 200px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: #333;
    padding: 20px;
    float: left;
    margin-right: 20px;
}
.company_strategy_item:first-child{
    background: url(../images/bg_cl01.png) no-repeat;
    background-size: 100% 100%;
}
.company_strategy_item:nth-child(2){
    background: url(../images/bg_cl02.png) no-repeat;
    background-size: 100% 100%;
}
.company_strategy_item:last-child{
    margin-right: 0;
    background: url(../images/bg_cl03.png) no-repeat;
    background-size: 100% 100%;
}
.company_strategy_item>span{
    font-size: 16px;
}
.company_strategy_item b{
    color: #E60012;
}
.company_strategy_detail{
    color: #E60012;
    left: 20px;
    bottom: 20px;
    cursor: pointer;
}
.function_col{
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    box-sizing: border-box;
}
.function_col:last-child{
    margin-right: 0;
}
.function_row{
    margin-bottom: 80px;
}
.function_row:last-child{
    margin-bottom: 0;
}
.function_text{
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    padding-right: 30px;
    width: calc(100% - 243px);
    padding-top: 140px;
}
.function_text span{
    font-size: 24px;
    color: #E60012;
}
.function_hr{
    width: 867px;
    margin: 20px auto 30px;
    border-top: #CCCCCC 2px dashed;
}
.plan_col{
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    float: left;
}
.plan_col:last-child{
    margin-right: 0;
}
.plan_item{
    height: 520px;
    box-sizing: border-box;
    border:1px solid rgba(220,220,220,1);
    box-shadow:0px 0px 20px 0px rgba(0,2,0,0.1);
    padding: 40px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #333;
}
.plan_item>div:first-child{
    font-weight: bold;
    font-size: 24px;
}
.plan_item:last-child{
    margin-bottom: 0;
}